html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 1.0em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #000000; 
	background: #ffffff;
	text-align: center;
}

/* links */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #6a0a0a;
	text-decoration: underline;
	}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #000000;
}
h1 {
	font-size: 1.5em;
	color: #000000;
} 
h2 {
	font-size: 1.4em;
	text-transform: uppercase;
}
h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1em;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
}


p, h1, h2, h3 {
margin: 10px 5px;
}
hr {
	clear: both;
	height: 1px;
	border-top: solid 1px #AACCD5;
}


ul, ol {
	margin: 5px 0px;
	padding-left: 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: none;
	display:none;
}
img.no-border {
	border: none;
}

img.float-right {
	margin: 5px 5px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 5px;
}


a:hover img {
	border: 1px solid #CCC !important; /* IE fix*/
	border: 1px solid #568EB6;
}

/* form elements */
form {
	margin: 0px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}

label {
	display: block;
	margin: 0px 0px;
} 

input {
	padding: 2px;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}
textarea {
	width: 99%;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #4284B0;
}





/* search form */
form.searchform {
	border: none;
	margin: 0;
	padding: 0;
}
form.searchform input.textbox {
	margin: 2px;
	width: 120px;
	border: 1px solid #000000;
	background: #FFF;
	color: #333;
	height: 14px;
	vertical-align: top;
}
form.searchform input.button {
	margin: 2px;
	padding: 0px 0px;
	font: bold 12px Arial, Sans-serif;
	background: #FAFAFA;
	border: 1px solid #000000;
	color: #777;
	width: 50px;
	vertical-align: top;
	height: 18px;
}

/***********************
  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 99%;
	margin: 40px auto;
	text-align: left;
	padding-top: 20px;
	
}

#news_full {
	box-shadow: 5px 5px 5px 5px #555;
	-webkit-box-shadow: 5px 5px 5px 5px #555;
	-moz-box-shadow: 5px 5px 5px 5px #555;
	background: #ffffff;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;
	
}

/* header */
#header {
	position: relative;
	height: 120px;
		border-bottom: 2px solid #000000;
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 2.8em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	top: 3px;
	left: 10px;
}
#header h2#slogan {
	position: absolute;
	top: 50px;
	left: 8px;
	color: #000000;
	text-indent: 0px;
	font: bold 15px Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
}
#header form.searchform {
	position: absolute;
	top: 8px;
	right: 0px;
	background-color: white;
}

/* main */
#main {
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	padding: 10px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px;
	margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 18%;
	margin: 0;
	padding: 5px;
	display: inline;
	//background: #f6feff;
	border-right: 1px solid #AACCD5;
}

#sidebar a:hover{
	padding-left: 14px;
	color: #079fdd;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
}




#sidebar ul.sidemenu {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
}
#sidebar ul.sidemenu li {
	margin-bottom: 1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 4px solid #CCC;
	min-height: 18px;
}

* html body #sidebar ul.sidemenu a {
	height: 18px;
}

#sidebar ul.sidemenu a:hover {
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left: 4px solid #9EC630;
}


#sidebar dd a{
	display: block;
	color: #232f78;
	line-height: 15px;
	background: url(/images/nav_side_dd.gif) 0 8px no-repeat;
	padding: 2px 0 6px 7px;
}



#grad {
	background: url(grad.jpg);
	height: 100px;
}

/* rightbar */
#rightbar {
	float: right;
	width: 18%;
	padding: 3px;
	margin: 0;
}

/* Footer */
#footer_gs {
	clear: both;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 95%;
	background-color:black;
}
.footer-green {
  	background-color:black; 
  	padding:17px; 
  	margin:2px -15px;
  	
  }

#footer_gs a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#footer_gs .footer-left{
	float: left;
	width: 65%;
	background-color:#a9bac3;
}
#footer_gs .footer-right{
	float: right;
	width: 30%;
	background-color:#a9bac3;
	
}

/* menu tabs */
#header ul {
	//z-index: 999999;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	right: 0;
	bottom: 6px !important;
	bottom: 5px;
	font: bold 16px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
}
#header li {
	display: inline;
	margin: 0;
	padding: 0;
}
#header a {
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#header a span {
	float: left;
	display: block;
	background-color:black;
	padding: 6px 15px 3px 8px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {
	float: none;
}
/* End IE5-Mac hack */
#header a:hover span {
	color: #FFF;
	text-decoration: underline;
}
#header a:hover {
	background-position: 0% -42px;
}
#header a:hover span {
	background-position: 100% -42px;
}
#header #current a {
	background-position: 0% -42px;
	color: #FFF;
}
#header #current a span {
	background-position: 100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  {
	float: left;
}
.float-right {
	float: right;
}
.align-left  {
	text-align: left;
}
.align-right {
	text-align: right;
}

/* additional classes */
.clear {
	clear: both;
}
.green {
	color: #9EC630;
}
.gray  {
	color: #BFBFBF;
}


#news {
	float: right;
	width: 18%;
	padding: 3px;
	margin: 0;
}

#news h4 {
	padding-left: 14px;
	background-image: url(li1b.gif);
	background-repeat: no-repeat;
}

#news dl {
	padding: 0;
	margin: 0;
}

#news dt {
	padding: 6px 10px 4px 10px;
	margin: 0;
	border-top: 1px solid #DEECF0;
	background-image: url(li3.gif);
	background-position: 0 11px;
	background-repeat: no-repeat;
	font-size: .9em;
	color: #000000;
}

#news dd {
	padding: 0;
	margin: 0;
	font-size: .9em;
}

#news h5 {
	margin: 0;
	padding-bottom: 2px;
	font-size: 1.0em;
	font-weight: normal;
}

div.fig {
	float: right; /* Обтекание картинки по левому краю */
	margin-left: 10px; /* Отступ слева */
	margin-bottom: 5px; /* Отступ снизу */
	border: 1px solid #fff;
	box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
}

div.fig_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px #000;
}

.spec {
	width: 100%;
}
.spec_div {
	padding: 15px;
	margin-bottom: 0px;
	overflow: hidden;
}
.spec_div_over {
	background-color: #fffeeb;
	padding: 15px;
	margin-bottom: -1px;
	overflow: hidden;
	border-bottom: 1px solid #99cccc;
	//border-right: 1px solid #99cccc;
}

div.dt {
	padding: 6px 10px 4px 10px;
	margin: 0;
	background-position: 0 11px;
	font-size: 1em;
	color: #000000;
}

#per_cab {
	float: right;
	width: 301px;
	padding: 1px 0;
	background-color: #bee5e6;
	margin-right: 20px;
	position: relative;
	z-index: 20;
}
 #per_cab .wrap_pc {
 	margin: 0 -1px;
 	height: 32px;
 	padding: 6px 5px 5px 24px;
 	background-color: #d4eaf4;
 	position: relative;
 }
	  #per_cab span {
	  	display: block;
	  	font-size: 11px;
	  	line-height: 15px;
	  }
	  #per_cab .h {
	  	font-weight: bold;
	  	font-size: 11px;
	  }

#gshra_gerb {
	height: 108px;
	width: 108px;
	position: absolute;
	left: 20px;
	top: 100px;
	border-style: none;
}

#gerb {
	height: 75px;
	width: 75px;
	position: absolute;
	left: 15px;
	top: 4px;
	border-style: none;
}

#update {
	padding: 7px 15px 4px 10px;
	margin: 0;
	background-image: url(update.gif);
	background-position: 0 11px;
	background-repeat: no-repeat;
	font-size: .7em;
	color: #339933;
}

div.semi {
	opacity: 0.15; /* Полупрозрачность элемента */
	filter: alpha(opacity=15);
}
div.semi_over {
	opacity: 0.45; /* Убираем Полупрозрачность элемента */
	filter: alpha(opacity=45);
}


/* poll form - опросы */
form.pollform {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0px;
}
form.pollform input.textbox {
	margin: 2px;
	width: 150px;
	border: 1px solid #AACCD5;
	background: #FFF;
	color: #333;
	height: 14px;
	vertical-align: top;
}
form.pollform input.button {
	margin: 2px;
	padding: 0;
	font: bold 11px Arial, Sans-serif;
	background: #FAFAFA;
	border: 1px solid  #AACCD5;
	color: #777;
	width: 70px;
	vertical-align: top;
	height: 17px;
}

.poll_div {
	width: 65%;
	height: 14px;
	background-color: #f3f9fb;
	margin-left: 8px;
	float: left;
}



/* Home */
#home {
	clear: both;
	border-top: 5px solid #037d3a;
	margin: 0;
	padding: 0;
	height: 50px;
}
#home .home-left{
	float: left;
	width: 60%;
	margin-right: 5px;
}
#home .home-right{
	float: right;
	width: 37%;
}

#home h4 {
	padding-left: 14px;
	background-image: url(li1b.gif);
	background-repeat: no-repeat;
}

#pod {
	font-size: 0.9em;
	color: #fff;
	line-height: 0.9;
	padding-top: 20px;
	-moz-user-select: none;
	//Firefox
				 -khtml-user-select: none;
	//Safari
				 user-select: none;
	//работает в css3
				 opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	margin-left: 5px;
	display: none;
}



@media print {
#pod {
	display: none;
}
}

 
 
/* Главное меню */
#nav_main{
	font-size: 15px;
	line-height: 25px;
	color: #3d3a33;
	margin-top: 1px;
	margin-bottom: 0px;
	display: inline;
	float: left;
	max-width: 98%;
	padding-right: 1px;
	background: url(/images/dott_v.gif) right repeat-y;
	z-index: 100;
	margin-left: 0px;
	margin-right: 12px;
	border-bottom: 1px solid #000000;
}
	
	
#nav_main li{
	display: inline;
	float: left;
	height: 27px;
	padding-left: 1px;
	background: url(/images/dott_v.gif) left top repeat-y;
	position: relative;
	//z-index: 100;
	font-family: Arial, sans-serif;
	font-weight: 700;
}
	
#nav_main .state{
	display: block;
	height: 27px;
	background-color: #037d3a;
	color: #fff;
	float: left;
	font-size: 14px;
	padding: 0 13px;
}
	
#nav_main li a{
	display: inline;
	float: left;
	height: 27px;
	color: #3d3a33;
	font-size: 16px;
	cursor: pointer;
	padding: 0 5px;
}
	
#nav_main .menu_hov{
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 7;
	border: 1px solid #01aef3;
	background-color: #fff;
	padding: 15px 0 14px;
}
	
#nav_main .menu_hov .add a{
	color: #3d3a33;
	line-height: 18px;
}
	
#nav_main .menu_hov td{
	background: url(/images/dott_v.gif) right repeat-y;
	padding: 0 16px 0 15px;
}
	
#nav_main .menu_hov td dl{
	position: relative;
	top: -6px;
}
	
#nav_main .menu_hov td.add dl{
	position: relative;
	top: -4px;
}
	
#nav_main .menu_hov .add dt{
	background-position: 0 7px;
}
	
#nav_main .menu_hov dt{
	line-height: 22px;
	font-weight: 700;
	white-space: nowrap;
	color: #3d3a33;
	padding-left: 7px;
	background: url(./img/arr_blue.gif) 0 9px no-repeat;
}
	
#nav_main .menu_hov dd{
	line-height: 16px;
	padding-left: 6px;
	margin-left: 7px;
	background: url(./img/arr_orange.gif) 0 8px no-repeat;
	white-space: nowrap;
}
	
#nav_main .menu_hov a{
	float: none;
	display: block;
	height: auto;
	line-height: 16px;
	padding: 0;
}
	
#nav_main .menu_hov dt a{
	line-height: 22px;
}
	
#nav_main .menu_hov dd a{
	color: #606d82;
	font-weight: 400;
}
	
#nav_main .menu_r .menu_hov{
	left: auto;
	right: 0!important;
}
	
div.menu_level1_main{
	background: #FFF;
	display: none;
	z-index: 900;
	position: absolute;
	border: 1pt solid #037d3a;
	left: 0;
	margin-top: 27px;
	padding-top: 8px;
	padding-bottom: 7px;
	min-width: 178px;
	opacity: 0.9;
   filter: alpha(Opacity=90);
}
	
	
	
#nav_main td.menu_level1_td{
	vertical-align: top;
	margin-bottom: 10px;
	line-height: 20px;
	padding-left: 8px;
	white-space: nowrap;
}
	
#nav_main td.menu_level1_divider{
	background: url(/images/dott_v.gif) repeat-y scroll left top transparent;
	width: 4px;
}
	
#nav_main td.menu_level1_td .a_main{
	font-size: 16px;
	font-weight: 700;
	float: none;
	padding-left: 8px;
	color: #5A5552;
}
	
#nav_main td.menu_level1_td .a_sub{
	font-size: 14px;
	font-weight: 400;
	float: none;
	padding-left: 8px;
	color: #606d82;
}
	
#nav_main td.menu_level1_td .blue_img{
	margin-left: 5px;
	margin-bottom: 2px;
}
	
#nav_main td.menu_level1_td .red_img{
	margin-left: 12px;
}
	
#nav_main td.menu_level1_td .level3{
	line-height: 16px;
	margin-bottom: 8px;
	margin-top: 1px;
}


#nav_main td.menu_level1_td nobr{
	display: inline;
}


#nav_side dt,#nav_side dd,#nav_side li,#nav_side .h span{
	background: url(/images/dott_h.gif) bottom repeat-x;
}
	
#nav_side dd.h span{
	line-height: 16px;
}
	
#nav_side dd a{
	display: block;
	color: #232f78;
	line-height: 15px;
	background: url(/images/nav_side_dd.gif) 0 8px no-repeat;
	padding: 2px 0 6px 7px;
}
		
#nav_side dd span{
	padding: 3px 0 6px 7px;
}
		
#nav_side dd span a{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	background: none;
}
		
#nav_side ul a{
	color: #232f78;
	font-weight: 400;
	background: url(/images/nav_side_li.gif) 0 9px no-repeat;
}
		
#nav_side .h ul span{
	background: url(/images/nav_side_li.gif) 0 9px no-repeat;
}
		
#nav_side dt{
	font-weight: 700;
	color: #232f78;
	text-transform: uppercase;
	padding: 6px;
}
		
#nav_side dd{
	font-weight: 700;
	margin-left: 15px;
}
		
#nav_side .h span{
	background-color: #fff;
	display: block;
	padding-left: 7px;
}
		
#nav_side ul{
	padding-left: 15px;
	font-size: 11px;
}
		
#nav_side ul li a,#nav_side ul li span{
	line-height: 15px;
	padding-top: 4px;
	padding-bottom: 6px;
	height: 1%;
}


/* new */
.nc_info_keeper {
	background: #F2F2F2;
	padding: 20px;
	margin: 0 0 15px 0;
	width: 400px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.nc_search_form {
	clear: both;
	height: 42px;
	width: 100%;
	margin: 0 0 25px 0;
}
.nc_search_input {
	background: #d0d0d0;
	padding: 5px 50px 7px 6px;
	width: 500px;
	height: 42px;
	float: left;
}
.nc_search_input input[type=submit] {
	margin: 0 0 0 5px;
}
.nc_search_input input[type=text] {
	width: 435px;
}
.nc_search_input .advancedlink {
	text-align: right;
	margin: 0 59px 0 0;
}
.nc_search_results {
	padding: 20px;
	clear: both;
}
.nc_search_arrow {
	background: url(/images/search_arrow.gif);
	width: 15px;
	height: 54px;
	float: left;
}
.nc_search_list {
	margin: 0 0 15px 0;
}
.nc_search_context {
	color: #000;
}
.nc_search_nav {
	margin: 15px 0 4px 0;
}
.nc_search_inactive, .nc_search_prev {
	margin: 0 15px;
}
.nc_search_inactive {
	color: #d0d0d0;
}
.nc_search_range {
	margin: 0 0 15px 0;
}

.nc_search_extra_form .param .caption {
	text-align: right;
	margin: 0 10px 0 0;
}
.nc_search_extra_form tr td {
	padding: 0 0 10px 0;
}
.nc_search_extra_form .interval_unit {
	margin: 0 0 0 5px;
}

.widgets {
	text-align: center;
	padding: 10px;
}

/* кнопка вверх */		
a.rollover {
	background: url(/images/up2.png);
	display: block; /* Рисунок как блочный элемент */
	width: 40px;
	height: 39px;
	position: fixed;
	bottom: 35px;
	right: 35px;
	cursor: pointer;
}
a.rollover:hover {
	background-position: -40px 0; /* Смещение фона */
}
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(70%);
}



/* Вертикальная прокрутка текста в актуально */
.ads{width:160px;}
.ads a { color:#ff0000;}
.ads a:hover { color:#7b7b7b;}
.vertical-ads {height:100px; overflow:hidden; margin:0; padding:0; width:160px; display:block; color:#ff0000; border-bottom:1px solid #ddd; text-align: left;}
.one-ads {height:100px; border-bottom:1px solid #ddd; padding-top:10px;}

.sticky {
  
  top: 0;
  z-index: 101;
  background-color: #ffffff;
  max-width:110%;
  height: 55px;
  }

  #specialON {
  	display: none;
  }
  
  #specialOFF {
  	margin-left: 0px;
  	background: url(normal.png) no-repeat 0 50%;
  	padding: 5px 0 5px 40px;
  }
  
  #special-text {
  	display: none;
  }